home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sharewar / tools / keybexpr / setup.exe / KEYEXP.EXE / 0 / RCDATA / TMAINWIN / TMAINWIN.txt
Encoding:
Text File  |  1996-06-03  |  5.2 KB  |  239 lines

  1. object MainWin: TMainWin
  2.   Left = 313
  3.   Top = 115
  4.   BorderStyle = bsSingle
  5.   ClientHeight = 378
  6.   ClientWidth = 632
  7.   Font.Color = clBlack
  8.   Font.Height = -17
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   Menu = MainMenu1
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnPaint = FormPaint
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 19
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 413
  23.     Height = 23
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     Caption = 'Select Hot Key'
  27.     Font.Color = clBlack
  28.     Font.Height = -20
  29.     Font.Name = 'Arial'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object Bevel1: TBevel
  34.     Left = 436
  35.     Top = 232
  36.     Width = 181
  37.     Height = 141
  38.     Style = bsRaised
  39.   end
  40.   object Bevel2: TBevel
  41.     Left = 436
  42.     Top = 4
  43.     Width = 181
  44.     Height = 221
  45.     Style = bsRaised
  46.   end
  47.   object KeyList: TListBox
  48.     Left = 8
  49.     Top = 36
  50.     Width = 413
  51.     Height = 337
  52.     Font.Color = clBlack
  53.     Font.Height = -15
  54.     Font.Name = 'Arial'
  55.     Font.Style = []
  56.     ItemHeight = 17
  57.     ParentFont = False
  58.     Style = lbOwnerDrawFixed
  59.     TabOrder = 0
  60.     OnDblClick = KeyListDblClick
  61.     OnDrawItem = KeyListDrawItem
  62.   end
  63.   object EnterKeyButton: TButton
  64.     Left = 444
  65.     Top = 240
  66.     Width = 165
  67.     Height = 61
  68.     Caption = '&Enter Keystrokes'
  69.     TabOrder = 1
  70.     OnClick = EnterKeyButtonClick
  71.   end
  72.   object CaptureKeyButton: TButton
  73.     Left = 444
  74.     Top = 304
  75.     Width = 165
  76.     Height = 61
  77.     Caption = '&Capture Keystrokes'
  78.     TabOrder = 2
  79.     OnClick = CaptureKeyButtonClick
  80.   end
  81.   object ClearHotKey: TButton
  82.     Left = 444
  83.     Top = 76
  84.     Width = 165
  85.     Height = 45
  86.     Caption = '&Remove Hot Key'
  87.     TabOrder = 3
  88.     OnClick = ClearHotKeyClick
  89.   end
  90.   object CopyHotKey: TButton
  91.     Left = 444
  92.     Top = 124
  93.     Width = 165
  94.     Height = 45
  95.     Caption = 'Cop&y Hot Key'
  96.     TabOrder = 4
  97.     OnClick = CopyHotKeyClick
  98.   end
  99.   object MoveHotKey: TButton
  100.     Left = 444
  101.     Top = 172
  102.     Width = 165
  103.     Height = 45
  104.     Caption = '&Move Hot Key'
  105.     TabOrder = 5
  106.     OnClick = MoveHotKeyClick
  107.   end
  108.   object AddHotKey: TButton
  109.     Left = 444
  110.     Top = 12
  111.     Width = 165
  112.     Height = 61
  113.     Caption = '&Add Hotkey'
  114.     TabOrder = 6
  115.     OnClick = AddHotKeyClick
  116.   end
  117.   object MainMenu1: TMainMenu
  118.     Left = 364
  119.     Top = 308
  120.     object MenuFile: TMenuItem
  121.       Caption = '&File'
  122.       ShortCut = 0
  123.       object MenuScreen: TMenuItem
  124.         Caption = 'Screen Si&ze'
  125.         ShortCut = 0
  126.         object N640x480: TMenuItem
  127.           Caption = '&640 x 480'
  128.           ShortCut = 16496
  129.           OnClick = N640x480Click
  130.         end
  131.         object N800x600: TMenuItem
  132.           Caption = '&800 x 600'
  133.           ShortCut = 16497
  134.           OnClick = N800x600Click
  135.         end
  136.         object N1024x768: TMenuItem
  137.           Caption = '&1024 x 768'
  138.           ShortCut = 16498
  139.           OnClick = N1024x768Click
  140.         end
  141.         object N1280x1024: TMenuItem
  142.           Caption = '1&280 x 1024'
  143.           ShortCut = 16499
  144.           OnClick = N1280x1024Click
  145.         end
  146.       end
  147.       object N2: TMenuItem
  148.         Caption = '-'
  149.         ShortCut = 0
  150.       end
  151.       object MenuPrint: TMenuItem
  152.         Caption = '&Print Hot Key List'
  153.         ShortCut = 0
  154.         OnClick = MenuPrintClick
  155.       end
  156.       object N3: TMenuItem
  157.         Caption = '-'
  158.         ShortCut = 0
  159.       end
  160.       object MenuHide: TMenuItem
  161.         Caption = '&Hide SmartCode'
  162.         ShortCut = 0
  163.         OnClick = MenuHideClick
  164.       end
  165.       object MenuTerminate: TMenuItem
  166.         Caption = '&Terminate SmartCode'
  167.         ShortCut = 0
  168.         OnClick = MenuTerminateClick
  169.       end
  170.     end
  171.     object MenuOptions: TMenuItem
  172.       Caption = '&Options'
  173.       ShortCut = 0
  174.       object MenuAddHotKey: TMenuItem
  175.         Caption = '&Add Hot Key'
  176.         ShortCut = 0
  177.         OnClick = MenuAddHotKeyClick
  178.       end
  179.       object MenuClearHot: TMenuItem
  180.         Caption = '&Remove Hot Key'
  181.         ShortCut = 0
  182.         OnClick = MenuClearHotClick
  183.       end
  184.       object MenuCopyHot: TMenuItem
  185.         Caption = 'Cop&y Hot Key'
  186.         ShortCut = 0
  187.         OnClick = MenuCopyHotClick
  188.       end
  189.       object MenuMoveHot: TMenuItem
  190.         Caption = '&Move Hot Key'
  191.         ShortCut = 0
  192.         OnClick = MenuMoveHotClick
  193.       end
  194.       object N1: TMenuItem
  195.         Caption = '-'
  196.         ShortCut = 0
  197.       end
  198.       object MenuEnterKey: TMenuItem
  199.         Caption = '&Enter Keystrokes'
  200.         ShortCut = 0
  201.         OnClick = MenuEnterKeyClick
  202.       end
  203.       object MenuCaptureKey: TMenuItem
  204.         Caption = '&Capture Keystrokes'
  205.         ShortCut = 0
  206.         OnClick = MenuCaptureKeyClick
  207.       end
  208.     end
  209.     object MenuHelp: TMenuItem
  210.       Caption = '&Help'
  211.       ShortCut = 0
  212.       object MenuContents: TMenuItem
  213.         Caption = '&Contents'
  214.         ShortCut = 0
  215.         OnClick = MenuContentsClick
  216.       end
  217.       object MenuAbout: TMenuItem
  218.         Caption = '&About'
  219.         ShortCut = 0
  220.         OnClick = MenuAboutClick
  221.       end
  222.       object MenuOther: TMenuItem
  223.         Caption = '&Other Products'
  224.         ShortCut = 0
  225.         OnClick = MenuOtherClick
  226.       end
  227.       object MenuOrder: TMenuItem
  228.         Caption = 'O&rder'
  229.         ShortCut = 0
  230.         OnClick = MenuOrderClick
  231.       end
  232.     end
  233.   end
  234.   object MyPrintDialog: TPrintDialog
  235.     Left = 304
  236.     Top = 308
  237.   end
  238. end
  239.